"1" "Game Settings"
{
	"1" "Player Name"	"messagemode name"
	"2" "Sensitivity"	"messagemode sensitivity"
	"3" "Zoom Sensitivity Ratio"	"messagemode zoom_sensitivity_ratio"
	"4" "Crosshair Color"
	{
		"1" "Light Blue"	"adjust_crosshair 9"
		"2" "Yellow"	"adjust_crosshair 8"
		"3" "Blue"	"adjust_crosshair 7"
		"4" "Red"	"adjust_crosshair 6"
		"5" "Green"	"adjust_crosshair 5"
	}
	"5" "Crosshair Size"
	{
		"1" "Small"	"cl_crosshair_size small"
		"2" "Medium"	"cl_crosshair_size medium"
		"3" "Large"	"cl_crosshair_size large"
		"4" "Auto"	"cl_crosshair_size auto"
	}
	"6" "Weapon Hand View"
	{
		"1" "Left-Handed"	"cl_righthand 0"
		"2" "Right-Handed"	"cl_righthand 1"
		"3" "Both"	"cl_righthand -1"
	}
	"7" "ex_interp"
	{
		"1" "0.01"	"ex_interp 0.01"
		"2" "0.03"	"ex_interp 0.03"
		"3" "0.05"	"ex_interp 0.05"
		"4" "0.1"	"ex_interp 0.1"
	}
	"8" "Net Graph ON/OFF"
	{
		"1" "ON" "net_graph 3"
		"2" "OFF"	"net_graph 0"
	}
	"9" "Net Graph Position"
	{
		"1" "Right" "net_graphpos 1"
		"2" "Middle" "net_graphpos 2"
		"3" "Left"	"net_graphpos 3"
	}
	"10" "Lift Net Graph" "graphheight 90"
	"11" "Turn ON/OFF Radio Sounds" "ignorerad"
}
"2" "Map Settings"
{
	"1" "No of Rounds"	"messagemode mp_maxrounds; +commandmenu"
	"2" "Round Time"	"messagemode mp_roundtime; +commandmenu"
	"3" "Map Time"	"messagemode mp_timelimit; +commandmenu"
	"4" "Freeze Time"	"messagemode mp_freezetime; +commandmenu"
	"5" "Buy Time"	"messagemode mp_buytime; +commandmenu"
	"6" "Starting Money" "messagemode mp_startmoney; +commandmenu"
	"7" "Death Cam Type"
	{
		"1" "Spectate anyone" "mp_forcecamera 0; mp_forcechasecam 0"
		"2" "Spectate team only" "mp_forcecamera 0; mp_forcechasecam 1"
		"3" "Spectate First-Person team only" "mp_forcecamera 0; mp_forcechasecam 2"
	}
	"8" "Death Cam ON/OFF"
	{
		"1" "ON" "mp_fadetoblack 0"
		"2" "OFF" "mp_fadetoblack 1"
	}
	"9" "Friendly Fire ON/OFF"
	{
		"1" "ON" "mp_friendlyfire 1"
		"2" "OFF" "mp_friendlyfire 0"
	}
	"10" "Flashlight ON/OFF"
	{
		"1" "ON" "mp_flashlight 1"
		"2" "OFF" "mp_flashlight 0"
	}
}
"3" "Bot Settings"
{
	"1" "Bot Management"
	{
		"1" "Kill all Bots" "bot_kill"
		"2" "Kick all Bots" "bot_kick"
		"3" "Stop all Bots"
		{
			"1" "Freeze All Bots"	"bot_stop 1"
			"2" "Un-Freeze All Bots" "bot_stop 0"
		}
		"4" "Radio Chatter"
		{
			"1" "Off" "bot_chatter off"
			"2" "Standard Radio"	"bot_chatter radio"
			"3" "Minimal" "bot_chatter minimal"
			"4" "Normal" "bot_chatter normal"
		}
	}
	"2" "Bot Numbers"
	{
		"1" "Quick add Bot" "bot_add"
		"2" "Add a specific Bot"
		{
			"1" "Add Terrorist" "bot_add_t"
			"2" "Add Counter-Terrorist"	 "bot_add_ct"
		}
		"3" "Bot join Team"
		{
			"1" "Terrorists" "bot_join_team t"
			"2" "Counter-Terrorists" "bot_join_team ct"
			"3" "Any" "bot_join_team any"
		}
		"4" "Bot Quota"
		{
			"1" "3 Bots" "bot_quota 3"
			"2" "5 Bots" "bot_quota 5"
			"3" "8 Bots" "bot_quota 8"
			"4" "10 Bots" "bot_quota 10"
			"5" "12 Bots" "bot_quota 12"
			"6" "15 Bots" "bot_quota 15"
		}
	}
	"3" "Bot Settings"
	{
		"1" "Difficulty"
		{
			"1" "Easy"	"bot_difficulty 0"
			"2" "Normal" "bot_difficulty 1"
			"3" "Hard"	"bot_difficulty 2"
			"4" "Expert" "bot_difficulty 3"
		}
		"2" "Map Objectives"
		{
			"1" "Bots Complete Objectives" "bot_defer_to_human 0"
			"2" "Humans Complete Objectives" "bot_defer_to_human 1"
		}
		"3" "Weapon Mode"
		{
			"1" "Knives Only" "bot_knives_only 1"
			"2" "Pistols Only" "bot_pistols_only 1"
			"3" "Snipers Only" "bot_snipers_only 1"
			"4" "All Weapons" "bot_all_weapons 1"
		}
		"4" "Weapon Restrictions"
		{
			"1" "Grenades"
			{
				"1" "Allow" "bot_allow_grenades 1"
				"2" "Restrict" "bot_allow_grenades 0"
			}
			"2" "Machine Guns"
				{
				"1" "Allow" "bot_allow_machine_guns 1"
				"2" "Restrict" "bot_allow_machine_guns 0"
			}
			"3" "Pistols"
			{
				"1" "Allow" "bot_allow_pistols 1"
				"2" "Restrict" "bot_allow_pistols 0"
			}
			"4" "Rifles"
			{
				"1" "Allow" "bot_allow_rifles 1"
				"2" "Restrict" "bot_allow_rifles 0"
			}
			"5" "Shield"
			{
				"1" "Allow" "bot_allow_shield 1"
				"2" "Restrict" "bot_allow_shield 0"
			}
			"6" "Shotguns"
			{
				"1" "Allow" "bot_allow_shotguns 1"
				"2" "Restrict" "bot_allow_shotguns 0"
			}
			"7" "Snipers"
			{
				"1" "Allow" "bot_allow_snipers 1"
				"2" "Restrict" "bot_allow_snipers 0"
			}
			"8" "Sub-Machine Guns"
			{
				"1" "Allow" "bot_allow_sub_machine_guns 1"
				"2" "Restrict" "bot_allow_sub_machine_guns 0"
			}
		}
	}
}
"5" "RCON Host"
{
	"1" "RCON Address" "messagemode rcon_address; +commandmenu"
	"2" "RCON Port" "messagemode rcon_port; +commandmenu"
	"3" "RCON Password" "messagemode rcon_password; +commandmenu"
	"4" "Enter Command" "messagemode rcon; +commandmenu"
}
"6" "Demos"
{
	"1" "Record Demo"	"stop; messagemode record"
	"2" "Stop Recording"	"stop"
	"3" "Viewdemo" "messagemode viewdemo" 
}
"7" "Change Team"
{
	"1" "T"	"jointeam 1; wait; wait; slot5"
	"2" "CT"	"jointeam 2; wait; wait; slot5"
	"3" "Auto-Select"	"jointeam 5; wait; wait; slot5 "
	"4" "Spectate" "kill; wait; wait; jointeam 6"
}
"8" "Restart Rounds"
{
	"1" "Restart in 1 Second" "sv_restart 1"
	"2" "Restart in 5 Seconds" "sv_restart 5"
	"3" "Restart in 10 Seconds" "sv_restart 10"
	"4" "Restart in 30 Seconds" "sv_restart 30"
}
"9" "Change Map" "messagemode map"
"10" "Restart Map" "restart"
"11" "Timeleft"	"timeleft"
"12" "Cancel"	""
